Offline Promotions export v3 Schema
productbarcode Element
Offline Promotions export v3 Schema > root Element > mixedmatches Element > mixedmatch Element > mixedmatchproducts Element > mixedmatchproduct Element > productbarcodes Element : productbarcode Element
Namespace (none)
Diagram
productbarcode Element
Overview
barcode required xs:long
Attributes
NameTypeUseDefaultFixedDescription
barcodexs:longrequired   
Source
<xs:element maxOccurs="unbounded" name="productbarcode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="barcode" type="xs:long" use="required" />
  </xs:complexType>
</xs:element>
See Also
productbarcodes Elementmixedmatchproduct Elementmixedmatchproducts Elementmixedmatch Elementmixedmatches Elementroot ElementOffline Promotions export v3 Schema